break, continue
C provides two commands to control how we loop:
nbreak -- exit form loop or switch.
ncontinue -- skip 1 iteration of loop.